GtkWindow: keep sync the title with own titlebar
authorAlejandro Piñeiro <apinheiro@igalia.com>
Thu, 12 Sep 2013 13:36:29 +0000 (15:36 +0200)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Fri, 13 Sep 2013 16:08:58 +0000 (18:08 +0200)
commit5045e1a91b558bb2769acff8cd24ff76104da456
tree0e75b93a353005530cfde873febef22bbd87f168
parent94d52f99f839bd2e2812fec8598f06bf17f8f7d0
GtkWindow: keep sync the title with own titlebar

Before this change, both titles were synced only if
gtk_window_set_title was called. Now both are synced
also calling gtk_header_bar_set_title
gtk/gtkwindow.c